home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_funcdispl.h
- SHORTNAME : funcdispl
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Guenter Mamier
- DATE : 14.01.92
-
- CHANGED BY : Sven Doering
- IDENTIFICATION : @(#)ui_funcdispl.h 1.9 3/2/94
- SCCS VERSION : 1.9
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_FUNCDISPL_DEFINED_
- #define _UI_FUNCDISPL_DEFINED_
-
-
-
- /* required functions that are declared here */
- extern void ui_functionPopup(Widget w, char *title, caddr_t call_data);
- extern void ui_drawFunction(Widget w, char *title, caddr_t call_data);
- extern Widget ui_createMyScreen(char *name, Widget parent, Dimension width, Dimension height, Widget left, Widget top);
-
-
-
-
- #endif
-
-
- /* 38 lines generated by deleteprivatedefinitions.awk */
-